home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Voice Net VRS / evalvn98.exe / _SETUP.1 / VoiceNet.exe / 0 / RCDATA / TPLOTFRM / TPLOTFRM.txt
Encoding:
Text File  |  1999-04-26  |  1.1 KB  |  54 lines

  1. object PlotFrm: TPlotFrm
  2.   Left = 262
  3.   Top = 358
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Ploting Window'
  7.   ClientHeight = 61
  8.   ClientWidth = 428
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PlotingWave: TPanel
  20.     Left = 1
  21.     Top = 3
  22.     Width = 426
  23.     Height = 57
  24.     Color = clBlack
  25.     TabOrder = 0
  26.     object PaintBox1: TPaintBox
  27.       Left = 2
  28.       Top = 4
  29.       Width = 422
  30.       Height = 50
  31.       Hint = 'Left/Right Click to ZoomIn/ZoomOut'
  32.       Color = clBlack
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clLime
  35.       Font.Height = -9
  36.       Font.Name = 'Arial'
  37.       Font.Style = []
  38.       ParentColor = False
  39.       ParentFont = False
  40.       ParentShowHint = False
  41.       ShowHint = True
  42.       OnMouseDown = PaintBox1MouseDown
  43.       OnPaint = PaintBox1Paint
  44.     end
  45.   end
  46.   object Timer1: TTimer
  47.     Enabled = False
  48.     Interval = 500
  49.     OnTimer = Timer1Timer
  50.     Left = 262
  51.     Top = 15
  52.   end
  53. end
  54.